home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / mac / CHAOS / CHAOS.DXR / 00009_Mac go to movie.ls < prev    next >
Encoding:
Text File  |  1996-02-06  |  235 b   |  12 lines

  1. on exitFrame
  2.   global gStartupMovie, gCPU
  3.   if gCPU = #MAC then
  4.     if voidp(gStartupMovie) then
  5.       alert("Serious Error. gStartupMovie is void.")
  6.       halt()
  7.     else
  8.       go("loadgameNow", gStartupMovie)
  9.     end if
  10.   end if
  11. end
  12.